home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / U_HEAP.ARJ / UMB_HEAP.HDR < prev    next >
Text File  |  1992-01-18  |  197b  |  12 lines

  1. {$A+,B-,D-,E-,F-,G-,I-,L-,N-,O-,R-,S+,V+,X-}
  2.  
  3. Unit UMB_Heap;
  4.  
  5. interface
  6.  
  7.   Procedure Extend_Heap;        { Use Upper Memory Blocks to extend the heap }
  8.  
  9. var
  10.   UMB_Heap_Debug : Boolean;
  11.  
  12.